Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a simple question, does the native Laravel session store the IP and the 'BrowserAgent' of the 'user' ?

share|improve this question
What have you tried so far to discover if this is true? – Oldskool Dec 31 '12 at 8:53
Well i read the documentation and API on the site, and i searched trough the code, i could not find it anywhere. – MrNewbProgrammer Dec 31 '12 at 15:34

1 Answer

up vote 0 down vote accepted

As far as I can tell, it doesn't.

I searched trough source code, especially for:

$_SERVER['REMOTE_ADDR']
$_SERVER['HTTP_USER_AGENT']

I can't see this information is stored, and if you want it you should do it manually.

share|improve this answer
i could not find it either. – MrNewbProgrammer Dec 31 '12 at 15:34

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.