I am pretty new to development and MVC. I want to use session to store my data in a multi page survey, (using next and back buttons to save in the last page). Most of the topics for sessions are about login infos. Can any one help me please.
相关问题
- How to dynamically load partial view Via jquery aj
- Data loss during sending via $_SESSION from one sc
- Chrome not keeping my _SESSION vars when coming fr
- Using a session with php and Java
- Zend Auth locked session
相关文章
- Page指令 的EnableSessionState="ReadOnly",怎么在web.confi
- How exactly do Firebase Analytics handle session d
- Forward request from servlet to jsp
- superclass mismatch for class CommentsController (
- Symfony2: check whether session exists or not
- When is destructor called in a WCF service
- play2 framework my template is not seen. : package
- how to check session variable existence in MVC bef
You have to use $_SESSION['YOUR KEY'] = "ANY VALUE"; try this above code it might be help you have to use $_SESSION instead of SESSION.
Add the if condition in input radio