Hi all
Your thoughts if you please:
I have developed an application which is used by around 800 users. When a user logs in, session variables are set to record username and user id. These dictate which records are visible to that user, ie. only user 1445 can view user 1445's details.
I all has been working well, until one three users have now claimed that they have logged in and when selecting to view their details, they have first been shown another user's information. Upon refresh, they see their own information.
It is possible that many of the users of this system are using the same ISP. Is it possible that the pages are simply being cached and the ISP dishing up old (inappropriate) copies?
Does anyone have any thoughts on this?
Your thoughts if you please:
I have developed an application which is used by around 800 users. When a user logs in, session variables are set to record username and user id. These dictate which records are visible to that user, ie. only user 1445 can view user 1445's details.
I all has been working well, until one three users have now claimed that they have logged in and when selecting to view their details, they have first been shown another user's information. Upon refresh, they see their own information.
It is possible that many of the users of this system are using the same ISP. Is it possible that the pages are simply being cached and the ISP dishing up old (inappropriate) copies?
Does anyone have any thoughts on this?