|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Sessions problem
Hello,
I'm new to JSP and I'm currently learning about sessions. I've had no problem setting one up, but I've noticed something strange. I've noticed that if I copy the URL of the session page and paste into a completely differnet browser window, the same page loads with the variables set from the origional session. In ASP and PHP, this wouldn't happen. Does anyone know how to keep the session variables reset each time the user closes the window? |
|
#2
|
|||
|
|||
|
session stays open until timed out, closed in the program or you close ALL of your browser windows...
the session cookie goes across browsers... i didnt like it doing that to me either. |
|
#3
|
|||
|
|||
|
The session cookie does not go across browsers
If I open IE and Mozilla , I can have a session in IE that will not exist in mozilla and vice versa.
With the page loaded in IE, I can then open the location in Mozilla and I will have a new session created for me. Maybe you meant browser windows instead of browsers.
__________________
http://dhtmlkitchen.com/ |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > Sessions problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|