srikanth vaddi
srikanth vaddi

Reputation: 1

how sessions and cookies actually managed for different browsers?

After I logged into an application in a browser and gave the same URL in another browser, it was showing me again to log into that application.

How does the application know whether which browser I am using since both comes under same IP address?

Does it send the sessions and cookies to browser such that other browser cannot access those cookies?

Upvotes: 0

Views: 35

Answers (1)

GabMic
GabMic

Reputation: 1482

Session and cookies are per browser, not per IP address.

Upvotes: 1

Related Questions