Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Preventing Security Problems with Server Caching

Status
Not open for further replies.

mike2277

Programmer
Mar 25, 2002
54
US
Hi,
I'm in the design phase of creating an application for a few K-12 school districts. A friend of mine told me that he has had problems creating a login using session variables for K-12 schools because sometimes the school's server is a proxy server and can mix up the identities of the users. Something about server caching and how Joe Smith might login first, then when Mary Jones logs in she's occasionally actually logging in as Joe (the previous user) because of the caching.

I really don't know much about proxy servers, caching etc. so does anyone have any advice for me on this before I get too far into development?

Should I just assume that some K-12 schools' servers will have this problem because of the tight filtering they need to do each day?

Should I try to use cookies for authentification instead? Attempt to clear the server's cache?

Thanks!

Mike
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top