Announcement

Collapse
No announcement yet.

Session id?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Session id?



    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



    #2
    Session id?



    Never mind - found it.
    Used the wrong function...

    Bill

    =============================
    Bill Gilligan
    Gilligan On-Line
    www.gilliganonline.com
    850-233-8775

    > -----Original Message-----
    > From: [email protected]
    > [mailto:[email protected]] On Behalf Of Bill Gilligan
    > Sent: Monday, April 11, 2005 9:55 PM
    > To: Miva Merchant Coders
    > Subject: [mrc] Session id?
    >
    > 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

    Working...
    X