Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Session.Add
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01333574
Message ID:
01333652
Views:
8
>Hi All
>
>say I have class Foo{ int i=1};
> If I save an object to the Session as in Session.Add("FOOOBJECT", foo);
>
>Does it save the pointer or the entrie object.

Hi,

Pointer (i.e. Reference). If you wanted a copy you could look at serializing it.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform