A strange issue.. and probably some key thing I am missing...
I am using the MS Enterprise Library version 5.0.. specifically the cache engine.
I have a website where from a certain page I do the following:
- Cache some values I need for the next page or two..
- Go off to another site - actually a payment site..
- That payment site returns to my site..
- I retrieve the cache values to show..
Ok, I know I am going to probably get shot here.. but apparently on the "odd" occasion, a user says they see the details from a previous user?
I thought when you cache an item (session, cache or whatever), this is only relative to the users session?
Anybody had this issue?