progresswalk
New Member
Dear Sir's/Madam's,
Setting and getting cookies (on a website I developed), within the LAN works fine and during testing I found no delays in get-cookie.
Now after testing off site at a few different locations, I find that on the first three or so pages directly after the set-cookie, the get-cookie returns nothing. Ok, so maybe the cookie was set bad? Well I doubt that because seconds later while browsing another product, the get-cookie starts working.
I use:
set-cookie('websessionid', string(v-websession), ?, ?, ?, ?, ?).
inside my output header.
then I try to get back my v-websession with
get-cookie('websessionid').
Has anyone experienced this delay in cookie finding and please please please, is there some way I can help the cookie respond?
Would appreciate your assistance very much.
ProgressWalk.
Setting and getting cookies (on a website I developed), within the LAN works fine and during testing I found no delays in get-cookie.
Now after testing off site at a few different locations, I find that on the first three or so pages directly after the set-cookie, the get-cookie returns nothing. Ok, so maybe the cookie was set bad? Well I doubt that because seconds later while browsing another product, the get-cookie starts working.
I use:
set-cookie('websessionid', string(v-websession), ?, ?, ?, ?, ?).
inside my output header.
then I try to get back my v-websession with
get-cookie('websessionid').
Has anyone experienced this delay in cookie finding and please please please, is there some way I can help the cookie respond?
Would appreciate your assistance very much.
ProgressWalk.