Can I create / assign sessionID?

G

G venkatesh

Can I create the sessionID and assign it to sessionstate? If yes, where it
should be done? Should it be created in Global.asax Session_start method or
somewhere in IHttpmodule?

The purpose is to create a customized sessionID and sharing it across the
websites (2-3 different web sites) with Out-of-process session state
(SqlServer).

Regards
Venkatesh G
 
B

bruce barker

with the sqlserver sesson, the session data is tied to two keys, the
session id and and the iis site id.

if you want to share session between websites, you will need to write
your own session manager

-- bruce (sqlwork.com)
 

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

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,149
Latest member
Vinay Kumar Nevatia0
Top