Question about session

L

lzh_gladiator

hello
In ASp.net application,there are two created session object was attatched to one object,if I remove one of session object , does the other keeps normal or destoryed ? Thanks In advance!!
Code like below
object a = new class()
session.add("A",a)
session.add("B",a)
....
session.remove("A")
Session["B"] = null ???
 
R

Roland Hall

in message
: hello:
: In ASp.net application,there are two created session object was
attatched to one object,if I remove one of session object , does the other
keeps normal or destoryed ? Thanks In advance!!!
: Code like below:
: object a = new class();
: session.add("A",a);
: session.add("B",a);
: ....
: session.remove("A");
: Session["B"] = null ????

This is a Classic ASP NG. Please try a dotnet NG.
 

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

Forum statistics

Threads
474,149
Messages
2,570,841
Members
47,388
Latest member
EarthaGilm

Latest Threads

Top