Gbright
04-03-2003, 11:50 AM
I'm using sessions on an Intranet with MySql based authentication.
A user will quite happily not encounter an error with the session if they use the internal links. (if there is an error, a please log-in again page appears).
If, however, they click a link that opens in a new window, close the new window then try to continue browsing the intranet, the session is gone and they get the login message. This also happens if they click a link to try to download a file.
What can I do/change to prevent this happening?
I've read a thread about using cookies instead of sessions, but at the moment I know even less about cookies then I do about sessions.
A user will quite happily not encounter an error with the session if they use the internal links. (if there is an error, a please log-in again page appears).
If, however, they click a link that opens in a new window, close the new window then try to continue browsing the intranet, the session is gone and they get the login message. This also happens if they click a link to try to download a file.
What can I do/change to prevent this happening?
I've read a thread about using cookies instead of sessions, but at the moment I know even less about cookies then I do about sessions.