Anyone know how I could create a session ID _without_ accessing Merchant first?
I am attempting to do this:
<MvDO FILE = "store/4.23/lib/util.mvc"
NAME = "tester"
VALUE = "{ DetermineSessionID() }">
But I am returned this:
Runtime error in store/4.23/lib/util.mvc @ [00000045:000000ea]: Line 1381: MvDO: Unable to open
'../': Is a directory
And line 1381 is way down in another function.... Not even related to what I am doing - which is
obviously wrong.
Bill
Comment