Detecting a New Session

Is there a way to determine if the current request is the first request of the Rails session? I could create a session variable to accomplish this, but it would be nice if you could do something like request.new_session?

Does that make sense?

Thanks, Tom