(sorry for my bad english)
Ok I hope someone can help me with this.
I am building a website in php for school.
Its a online travel site.
Now i got this prob.
I created a class that handless all database query's. The idea behind this is that I can use sybase ass well as mysql DB server.(what ever is availeble)
Now i save all query's executed and the result it gives in the session.
This really speeds things up.
Theire also is a backoffice where admins can change things like hotels cars.... enz.
The prob is when the admin changes the info.
It wont get changed at the user because if he already asked the site show me .....
that exact query is saved in the session.
this is a real big prob.
Is theire a way to set the vars related to the saving of query's (And only thos vars)
in all sessions to "0";
so the query's ar deleted at all users.
Thanks in advance