Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object out of session
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Object out of session
Environment versions
Environment:
ASP.NET
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01067744
Message ID:
01067744
Views:
63
I've created an object customer:


public customer

{
string email
string phone
}

I put the object to session

Session["customer"] = customer



when I get to the next page I was hoping to be able to do something like this:

string email = Session["customer.email"].ToString();

I keep on getting an error that it cant find the object......
Next
Reply
Map
View

Click here to load this message in the networking platform