Sometimes in the web appliaction again asking for login name and password during working.I am not getting a solution for it.Please give a solution.
Printable View
Sometimes in the web appliaction again asking for login name and password during working.I am not getting a solution for it.Please give a solution.
if cookie time is expires. u did any operation on dat page it redirects again into login page.
A solution for what? I don't understand your question.Quote:
Originally Posted by deepthikk
@Hack - I think he means session expiration/timeout.
As for your question,if Ive interpreted it right,
Create a new session at every login with a timeout.If that time limit has been reached,either automatically redirect to your login page, or <insert custom action here>