Welcome Guest, Not a member yet? Register   Sign In
Authentication and Sessions
#13

[eluser]Peng Kong[/eluser]
[quote author="Peng Kong" date="1265408196"]
oh and what unknown combination are you taking about with a auth library released in the open? haha everyone knows the long combination unless you change it. And if you're smart enough to change it for security you would have figured no cookie standalone auth is going to work.[/quote]

sorry bad habit of editing stuff into posted stuff.

yep so as i was saying the worst case scenario is that the programmer won't change the default combination of stuff you used to hash, making it way less secure.
maybe only timestamp isn't guessable... but anyway this discussion won't go far. cookie standalone security is a bad idea. what so hard about

Code:
$config['sess_use_database']    = TRUE;

makes everything so much more secure.

ci session without db isn't mean for auth... it's meant for say.. some flashdata kind of usage. maybe they should write that somewhere in the manual... wait in fact they did.

Quote:unless you store session data in a database there is no way to validate it.


Messages In This Thread
Authentication and Sessions - by El Forum - 02-04-2010, 10:14 PM
Authentication and Sessions - by El Forum - 02-04-2010, 10:27 PM
Authentication and Sessions - by El Forum - 02-05-2010, 01:58 AM
Authentication and Sessions - by El Forum - 02-05-2010, 02:05 AM
Authentication and Sessions - by El Forum - 02-05-2010, 06:53 AM
Authentication and Sessions - by El Forum - 02-05-2010, 08:31 AM
Authentication and Sessions - by El Forum - 02-05-2010, 09:24 AM
Authentication and Sessions - by El Forum - 02-05-2010, 09:38 AM
Authentication and Sessions - by El Forum - 02-05-2010, 09:52 AM
Authentication and Sessions - by El Forum - 02-05-2010, 10:10 AM
Authentication and Sessions - by El Forum - 02-05-2010, 10:16 AM
Authentication and Sessions - by El Forum - 02-05-2010, 10:18 AM
Authentication and Sessions - by El Forum - 02-05-2010, 10:25 AM
Authentication and Sessions - by El Forum - 02-05-2010, 11:00 AM
Authentication and Sessions - by El Forum - 02-05-2010, 11:15 AM
Authentication and Sessions - by El Forum - 02-05-2010, 02:00 PM
Authentication and Sessions - by El Forum - 02-05-2010, 04:56 PM
Authentication and Sessions - by El Forum - 02-05-2010, 10:47 PM



Theme © iAndrew 2016 - Forum software by © MyBB