We have a web site, that requires login. on login a session id is created and while we get it on the server side (we send it back to the server each time a link is pressed), the session is alive.
The web site is built in frameset and perl is runing on the server side.
button, I (on the CGI) don't get the session id (actually I don't get any parameter), and therfore I throw the user back to the login page.
Is there a way to solve this in that the user won't be thrown out (and will only refresh the page he is currently in)?