what is different between session and session token?

  • Thread starter Thread starter chalres
  • Start date Start date
C

chalres

what is different between session and session token?
that's i need to know...is it called Session?
 
what is different between session and session token?
that's i need to know...is it called Session?


A session token is an unique identifier for a session.
 
Anon-E-Moose said:
A session token is an unique identifier for a session.


as any user hits the server for web page of any application ,one
session is created for that user and that session has unique number
which is known as session token.

so multiple user can hit same application on server with their own
sessions
 
as any user hits the server for web page of any application ,one
session is created for that user and that session has unique number
which is known as session token.

so multiple user can hit same application on server with their own
sessions
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top