session and sql

G

Guest

hey all,

just wondering if i'm doing something wrong or not understanding concept:

i've configured webconfig in 2 asp.net apps to use sql server session state.
i start the first app and save a session variable then redirect to the
second app and try to recall the same session variable but it's not there.
any ideas?

thanks,
rodchar
 
R

Ray Booysen

Session state is not shared across applications. They are completely
separate. Even if they did share sessions, your session IDs are going
to be completely different between the applications.

Regards
Ray
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top