Hi, I'm using apache tomcat 4.0 and my application has been developed using only servlets and an oracle database. After a user logs out, when the next one logs in, the application continues with the old pages belonging to the previous user. The old session has been invalidated and the new session values are being correctly taken by the system. On refreshing the screen, the correct pages come up. I have tried setting the header information as follows: <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="cache-control" content="no-store"> but this doesn't help either. Can anyone help out? Thanks, Somya
-- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
