Last post Apr 09, 2015 06:25 AM by mr.rahulmaurya
Member
7 Points
41 Posts
Apr 09, 2015 05:13 AM|girish.nehte|LINK
Hi,
I have to implement the functionality, when user copy URL and paste into new browser windows , it redirects to login page.
All-Star
15186 Points
3888 Posts
Apr 09, 2015 05:28 AM|raju dasa|LINK
It may be possible with window.name
check this site:
http://www.coderanch.com/t/454062/Servlets/java/session-multi-tabs-browser
490 Points
212 Posts
Apr 09, 2015 06:25 AM|mr.rahulmaurya|LINK
Hi girish.nehte,
Use Session object instead of client side cookies to maintain session state.
See how:
http://niceonecode.com/Q-A/DotNet/CSharp/How-to-implement-Session-in-C-sharp/20098
Member
7 Points
41 Posts
copy paste url redirect to login page in MVC
Apr 09, 2015 05:13 AM|girish.nehte|LINK
Hi,
I have to implement the functionality, when user copy URL and paste into new browser windows , it redirects to login page.
All-Star
15186 Points
3888 Posts
Re: copy paste url redirect to login page in MVC
Apr 09, 2015 05:28 AM|raju dasa|LINK
Hi,
It may be possible with window.name
check this site:
http://www.coderanch.com/t/454062/Servlets/java/session-multi-tabs-browser
rajudasa.blogspot.com || rajudasa-tech
Member
490 Points
212 Posts
Re: copy paste url redirect to login page in MVC
Apr 09, 2015 06:25 AM|mr.rahulmaurya|LINK
Hi girish.nehte,
Use Session object instead of client side cookies to maintain session state.
See how:
http://niceonecode.com/Q-A/DotNet/CSharp/How-to-implement-Session-in-C-sharp/20098
=======================
If this helps, please mark as Answer.
----------------------------------------