Design #6764
closedAdmin Pagination page should not be stored in session
100%
Description
When returning next day to a site and looking at a list view again, it is very unobvious and troubling to not see the first page.
For search it is ok, as it is obvious that the search criteria stays up but for page displayed it is not.
For search criteria, the session storage should also be linked to the window, as it makes impossible to see the same liste with different search criteria in 2 different windows, and as depending on what you are doing (e.g. searching, blocking and disabling spammers) it can be overseen or at least troubling.
Updated by krileon over 8 years ago
- Tracker changed from Bug to Design
- Status changed from New to Feedback
This is intended behavior. Session stores paging and search variables to persists across pages (e.g. page to page 10, edit user, save and close, you're still on your respective page). This is the same behavior in Joomla. This is cleared when session is cleared.
Updated by beat over 8 years ago
- Status changed from Feedback to Rejected
After some search I don't see a reliable way to identify server-side the browser window of the user, unless user-side code uses global window.name JS var and adds headers to each request.
Thus closing as rejected.
We can always re-open when we find an idea.
Updated by beat over 8 years ago
- % Done changed from 0 to 100
Updated by beat about 8 years ago
- Target version deleted (
CB 2.1.4)