how can I get user name which come from cookie in differrent window of IE if I already logged in that perticular site
for example:
i login in site and get username from cookie and display it on page .....and msg. shows welcome <user name>
if i already open this window and open another window of IE then it should display the value of user name, not asking once again for sign in.
this user name is coming from server side made cookie........
for example:
i login in site and get username from cookie and display it on page .....and msg. shows welcome <user name>
if i already open this window and open another window of IE then it should display the value of user name, not asking once again for sign in.
this user name is coming from server side made cookie........
Comment