Java IE6 - session cookie/security

  • Thread starter Thread starter Margaret McLaughlin
  • Start date Start date
M

Margaret McLaughlin

Would appreciate anyone's insight into the following
problem. When multiple browser sessions are open, one
using a Java plug-in to access/log into an application,
closing that browser does not end the session completely
and cause the plug-in to close. The existing other browser
sessions can be used to access the application without
logging in, just by visiting the same url, essentially as
if it were the original session where the plug-in was used.

Many thanks for any leads!
 
Margaret McLaughlin said:
Would appreciate anyone's insight into the following
problem. When multiple browser sessions are open, one
using a Java plug-in to access/log into an application,
closing that browser does not end the session completely
and cause the plug-in to close. The existing other browser
sessions can be used to access the application without
logging in, just by visiting the same url, essentially as
if it were the original session where the plug-in was used.

That's how HTTP sessions work!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top