I'm finalising my project, and I want to find how I can restore the users last page when he logs in. Do I need to have a function that save the game, or is there a way I can redirect the user to the room/page he was when he logs in. As I recall, sessions get destroyed as a user logs out.
1条回答 默认 最新
douguyi3903 2011-03-07 11:26关注You should store every user movement inside your website into a database with a filed like
lastPageVisitedand add an updater to every page of your website that update that field with the current page. Then you could recover that field with a simple query. But the question is: is it really worth something?本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报