whusnoopy / woj

Online Judge System for ACM/ICPC Trainning and Hold Contest, developed by Wuhan Univ.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

用户登录后被钉死在上次访问过的题目页

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. 用户登录后进题目列表页, 选页无效, 
总在上次最后访问的页面

Please use labels and text to provide additional information.
php 端处理没问题
server 在接到后进行了一个对上次访问页面的取出, 
但是没写入新的, 问题在
/server/network/problemlistprocessimp.cc 的 94 到 117 行

建议在 php 端对用户直接点来未选页的进行 -1 页封装, 
这样在 server 端取出上次
访问页面, 否则直接用用户选择的, 
并将其写入用户上次访问页面字段

Original issue reported on code.google.com by whusno...@gmail.com on 12 Sep 2008 at 1:32

fixed

Original comment by whusno...@gmail.com on 13 Sep 2008 at 5:52

  • Changed state: Fixed