Hello friends,
i am having problem in session managament. in xml file code is
<session-config>
<session-timeout>10</session-timeout>
</session-config>
but when i check it aftre 10 min session is not time out ...
any other things remaining??
Printable View
Hello friends,
i am having problem in session managament. in xml file code is
<session-config>
<session-timeout>10</session-timeout>
</session-config>
but when i check it aftre 10 min session is not time out ...
any other things remaining??
Try once using session.invalidate method
i can't understand your problem
if u want to refresh your page after 10 min then use refresh attribute of meta tag
otherwise after 10min refresh your page manually.
if u r using login page then make a invalidate method on session object and put refresh attribute of that page to 10min
<session-timeout> makes every request object of the user invalidate after the specified time if they dont make a fresh request,
mainly it is used to reduce the burden on the server
Why not post all that in one post?