Session

  • Thread starter Thread starter BSGY
  • Start date Start date
B

BSGY

Hello,
There are 2 projects in our Solutions.

Project1; Session("abc") = 1
Project2; dim x as string = Session("abc")
x as nothing in this sample.
Why ???
Can i use a session in my solutions (like share) ?

Thanks,
 
Session is specific to the IIS Application. If you have 2 separate
applications, then you have 2 separate Session states.
Peter
 
HI,

BSGY said:
Is there any solutions :)
thanks,

You can store it in a DB for example.

There are other solutions, but IMO the DB is the best option
 
Back
Top