in reply to Re^3: Cookie->fetch problem
in thread Cookie->fetch problem
Hi
When the the page with the iframe is sent to the client, the call to get the cookies returns 0 if no cookies. That causes creation of a new session and the MD5 data being sent with the iframe response so a SID of 0 is just a flag. The call to set the cookie is:
#Set session cookie on client SetUserSessionCookie('CGISESSID', $sid);
The SID being the MD5 hash of the username and password.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Cookie->fetch problem
by huck (Prior) on Mar 10, 2017 at 00:09 UTC |