I am trying to pass username and password and also userid thru session variables. However before sending i am encrypting it. Is it possible that this info be intervened? Is it secure?
Else what is most secure method?
Is it secure to pass sensitive info thru session variables?
Moderator: General Moderators
-
girishsonar
- Forum Newbie
- Posts: 1
- Joined: Tue Mar 03, 2015 11:24 pm
Re: Is it secure to pass sensitive info thru session variabl
Sessions are stored server side, which helps. You probably don't want to be passing people's passwords around.