What is the best practice or approach to get lastvisited information for an user in Grails? For user login, I am using spring security and I want to show few junks of information based on lastvisited date. So far I don't have any property in user domain. Would you please let me know different and possible approaches that i can easily collect aforementioned information within Grails application. Another related query is, how can i combat with aforementioned problem when a user closes a window or tab in browser without pressing logout link/button?
|
feedback
|
|
We ended up pretty messy - will be happy to know a better way. We're saving visit info of:
| |||
|
feedback
|