> If however I close MSIE, remove the cookie from the harddisk, reboot the
client computer, start-up >MSIE and start browsing my web-site again I don't
receive a cookie and the session handling doesn't >work. When I exit the
browser there is no cookie in directory where it should have been stored.

Embperl doesn't keep any state, only the session id that is store into the
cookie. If you really have removed the cookie, then your browser should send
any cookie to EMbperl and Embperl should send a new one.

To see what happens in your case, please enable the dbgSession Flag in
EMBPERL_DEBUG and look at the embperl.log file. You should find there line
which starts with SES, which should give you a hint what's going on. If that
doesn't help, send the SES line of the logfile

Gerald



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to