session state should rely on an individual browser session.
try this:
open browser
go to your site
do something that uses sessions
open a new browser window ( not from this existing browser )
go to your site
check if the session maintains state
i don't believe it will .. and it is not based on ip.
i haven't really messed with looking at the session data in the server directory, so i can't really help you there.