Cache object

  • Thread starter Thread starter RA
  • Start date Start date
R

RA

Hi

I use Cache for storing information between pages. Is the Cache shared for
the current session or for the whole application? If its shared for the
application then I can't use it for moving data between pages - then is
there other way beside using the session object?

Thanks,
Ronen
 
RA said:
Hi

I use Cache for storing information between pages. Is the Cache shared for
the current session or for the whole application?

The whole application.
If its shared for the
application then I can't use it for moving data between pages - then is
there other way beside using the session object?

You could use cookies. Why don't you want to use the session object?
 
RA said:
Hi

I use Cache for storing information between pages. Is the Cache shared for
the current session or for the whole application?

The whole application.
If its shared for the
application then I can't use it for moving data between pages - then is
there other way beside using the session object?

You could use cookies. Why don't you want to use the session object?
 
Back
Top