Hi everybody,
I am facing a problem with session management.
Actually , whata i am doing is, by clicking on search button in a jsp page, im dispaying some data in table, which is from MS access database.the actual problem is , if i restart the server and run my project(netbean s ide), in that same browser iam able to see the some data in table without clicking on search button.if i close the browser n restart the server, then i am getting normal jsp page w/odata in table. i am getting that data from session, which is setted in a handler.
please help me in this issue.
I am facing a problem with session management.
Actually , whata i am doing is, by clicking on search button in a jsp page, im dispaying some data in table, which is from MS access database.the actual problem is , if i restart the server and run my project(netbean s ide), in that same browser iam able to see the some data in table without clicking on search button.if i close the browser n restart the server, then i am getting normal jsp page w/odata in table. i am getting that data from session, which is setted in a handler.
please help me in this issue.
Comment