Click here to Skip to main content
15,889,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to use session in silverlight??
in my scenario..
i have to store a employee id in session and i have to retrieve the employee details using the employee id stored in session... can some one help me with some ideas??
Posted

Here you go

Access Sessions from Silverlight and ASP.NET[^]
Tips & Tricks: Session Management in Silverlight[^]

For your information I don't know Silverlight but got these links in Google.
 
Share this answer
 
Silverlight does not support sessions.
If at all, you can use sessions in ASP.Net that would be hosting the Silverlight application.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900