Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I m very new to MVC..
and im asked to create login form with session..
I dont know anything about session.. and how to create it..

I tried a lot to search from google.. but no solution found which teach me from starting(basic).. it means from where to start creating session.. and how to create it and about syntax etc...

so does anyone give me suggestions about that or provide any links which gives me all the information about session(how to create it, where to create it..etc..)???

sorry for my english..

I also wants to know that
i m using
C#
HttpContext.current.Session["UserId"] = UserName;

                       string usernm = HttpContext.current.Session["UserId"].ToString();


where .current option not provided...
so is there any header file for that??


Thanks in advance..
Posted
Updated 5-Mar-12 19:22pm
v4
Comments
disha desani 1-Mar-12 2:27am    
I m working on MVC-3 Aspx Engine..
Suggestions required..

 
Share this answer
 
v2
Comments
disha desani 29-Feb-12 4:54am    
Link you provided doesn't display anything just a blank page nothing else.. :(
member60 1-Mar-12 6:11am    
no man just click it , i found it
 
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