• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Session Keeps Changing

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Every time I hit the refresh button on my browser (F5 key), the session changes.
I'm using Resin 2.0.
The only directive I've got is:
<%@page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*"%>
Any suggestions?
 
Albert Finnegan
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nevermind. I figured out that the problem was I configured my browser for the highest security settings and allow cookies on a per session basis had to be allowed in order for the session id to "stick".

Originally posted by Albert Finnegan:
Every time I hit the refresh button on my browser (F5 key), the session changes.
I'm using Resin 2.0.
The only directive I've got is:
<%@page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*"%>
Any suggestions?

 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic