Help needs in Logging In
-
Hai All, I needs help in a login page that if a user entered into a page by username and password,if he will reopen the same login page in a new tab or in a new browser. He will automatically redirected to the logged in home page How it can be done? I tried with session, it will work nicely in new tab option but for new browser means the session automatically recreated with different id and not allowing me to logging In without the verification. Can any one give an concept/technology to solve this problem. Thanks in Advance with regards,
Senthil.S A Software Engineer
-
Hai All, I needs help in a login page that if a user entered into a page by username and password,if he will reopen the same login page in a new tab or in a new browser. He will automatically redirected to the logged in home page How it can be done? I tried with session, it will work nicely in new tab option but for new browser means the session automatically recreated with different id and not allowing me to logging In without the verification. Can any one give an concept/technology to solve this problem. Thanks in Advance with regards,
Senthil.S A Software Engineer
Have you tried cookies yet?
-
Have you tried cookies yet?
-
Hai All, I needs help in a login page that if a user entered into a page by username and password,if he will reopen the same login page in a new tab or in a new browser. He will automatically redirected to the logged in home page How it can be done? I tried with session, it will work nicely in new tab option but for new browser means the session automatically recreated with different id and not allowing me to logging In without the verification. Can any one give an concept/technology to solve this problem. Thanks in Advance with regards,
Senthil.S A Software Engineer
-
Hai All, I needs help in a login page that if a user entered into a page by username and password,if he will reopen the same login page in a new tab or in a new browser. He will automatically redirected to the logged in home page How it can be done? I tried with session, it will work nicely in new tab option but for new browser means the session automatically recreated with different id and not allowing me to logging In without the verification. Can any one give an concept/technology to solve this problem. Thanks in Advance with regards,
Senthil.S A Software Engineer
or the simple way is just keep a flag in database means when the user logs in set the flag to true and check this flag's value on Page Load event of the login page i.e if the flag is true the it will automatically redirect the page to another page else will not do any thing means will simply load the login page. and set flag to false when logged out this will serve your purpose. In this case you can open no of windows dont worry it will definately open as logged in.
Darshana Pathak