I'm developing a swf-application and i decided to use sessions to identify users: my swf app sends to server user's login and password, and then get cookies.
But in many apps i see that swf sends to server user's login and password every function call (for example, many facebook apps do that).
So why sessions bad and why developers send login and password every time?
Sorry for my poor english.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm developing a swf-application and i decided to use sessions to identify users: my swf app sends to server user's login and password, and then get cookies.
But in many apps i see that swf sends to server user's login and password every function call (for example, many facebook apps do that).
So why sessions bad and why developers send login and password every time?
Sorry for my poor english.