save « Session « Spring Q&A





1. how to save Information in session?    forum.springsource.org

how to save Information in session? greeting all. i want to learning about springMVC so i creating a simple application. i have a login form that users can loggining to system. ...

2. can't use Session.saveOrUpdate() save date    forum.springsource.org

my class subclass the HibernateDaoSupport.when i try to use this.getSession().saveOrUpdate(obj);(hibernate's api) seemly does't get any effection. but when i switch to this.getHibernateTemplate().save(obj);(spring's api) it work pretty well . here is my ...

3. Save last visited site in session    forum.springsource.org

Does anybody know, how to save in the session which site the user currently visits? So if he goes to register.htm i wanna save in the session the register.htm and if ...

4. Save last visited site in session    forum.springsource.org

You can get the site that sent them to yours by looking in the request, request.getHeader("Referer"); Then just put that value into a session variable and access it when needed. I've ...

5. Cannot get hibernate to save when using contextual sessions    forum.springsource.org

Cannot get hibernate to save when using contextual sessions I am not able to get hibernate to save when using contextual sessions, all the gets are fine. This same setting works ...