new to play,
I noticed in tutorial and online documentation that play's secure model
uses Security.connected() method to get current connected user.
my question is, how does it work ? how can play know who sent the last request ? does it use a cookie ?
if so, copying this cookie would allow me to use different computers for viewing page ?