Connecting Tech Pros Worldwide Forums | Help | Site Map

The value in a session variable

Newbie
 
Join Date: Jul 2008
Posts: 28
#1: Sep 15 '08
is the value of a session variable in application1 remains in application2 too.? or can i redirect to a page in application2 by checking the value in a session variable that was created in application1 ..

Thanks and regards

Grace

Sidewinder2's Avatar
Newbie
 
Join Date: Sep 2008
Location: Chennai(Incredible INDIA)
Posts: 7
#2: Sep 15 '08

re: The value in a session variable


Sure,

session variables are variables stored in the local pc where you are running ur application for more information just search on google


cheers!,
Plater's Avatar
Moderator
 
Join Date: Apr 2007
Location: New England
Posts: 7,161
#3: Sep 15 '08

re: The value in a session variable


If the pages are indeed located on two different applications, I think you need to do something in machine.config (or something) that tells IIS to treat them with a common Session, otherwise a new Session object would be created for the 2nd application
Newbie
 
Join Date: Jul 2008
Posts: 28
#4: Sep 17 '08

re: The value in a session variable


Quote:

Originally Posted by Plater

If the pages are indeed located on two different applications, I think you need to do something in machine.config (or something) that tells IIS to treat them with a common Session, otherwise a new Session object would be created for the 2nd application


how can i do it ..(do something in machine.config (or something) that tells IIS to treat them with a common Session)
Reply