Hi,
Why some scripts use session ID?
I mean (445iu45dsdwezao67ds7cxc76po7x7)
What is utility of that thing?!
| SitePoint Sponsor |
Hi,
Why some scripts use session ID?
I mean (445iu45dsdwezao67ds7cxc76po7x7)
What is utility of that thing?!





the session id is passed in links to avoid having to use cookies with sessions.
so, if a user has cookies disabled, the session information can still be passed along while their browsing a site.
Bookmarks