Is the flash hash stored clientside or serverside?

I wanted to use flashing to help ease the database calls between
browsing pictures in a set. I was wondering though if Flash is stored on
the clients computer or on the server.

Thanks in advance

all session data (flash is just a “modified session var”) is stored on
the server. The only thing stored client side (unless you specificly
set it) is the session id and a session key to validate the user.

On Jan 21, 8:00 am, Aryk G. [email protected]

Aryk G. wrote:

I wanted to use flashing to help ease the database calls between
browsing pictures in a set. I was wondering though if Flash is stored on
the clients computer or on the server.

Thanks in advance

snif, snif, do I smell cookies?

jp