goalio / GoalioRememberMe

A Zend Framework 2 (ZF2) Module offering remember me functionality to ZfcUser
BSD 3-Clause "New" or "Revised" License
32 stars 19 forks source link

Primary key instead of unique key #5

Open vgarvardt opened 11 years ago

vgarvardt commented 11 years ago

Why not to use primary key for sid (sid,token,user_id) instead of unique key?

pdobrigkeit commented 11 years ago

Well there was no real reason. Not sure if there are any pro's or con's to changing it?