This is a discussion on "user login security question" within the Starting Out section. This forum, and the thread "user login security question are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
user login security question
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Could anyone tell me which language should I use to create a [most] secured user login session?
10x |
|
|
|
|||
|
Re: user login security question
Well,
I am trying to find info in the forums and happened to read a lot about the weaknesses of Appache. And I am wandering whether PHP is reliable enough for a login session script. By language I mean whether I should use PHP/Perl/Cgi/Asp.... 10x for the answer btw. |
|
||||
|
Re: user login security question
It's not the language that's insecure, it's your script. And Apache is the best...
|
|
|||
|
Re: user login security question
Ryan,
thanks for answering probably such stupid questions but I am still new in this industry (but overloaded with enthusiasm). Could you please point me to some details, to which I should pay special attention when designing the session (in terms of security) 10x again. |
|
||||
|
Re: user login security question
Well, with server side languages, it's just a matter of encrypting the right things. If you're dealing with passwords, encrypt them have quick database query that checks to see if the session password is valid. What type of sessions are you trying to use?
|
![]() |
| Tags |
| security, session, user loging |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mysql data loads once user login | longstand | PHP Forum | 9 | Feb 7th, 2008 07:10 |
| User login or anonymous? | alexgeek | Website Planning | 6 | Jan 22nd, 2008 05:51 |
| WebSite Security Login Redirect | donlor18 | Website Planning | 2 | Jan 24th, 2007 12:29 |
| login security check | Webforumz Staff | Classic ASP | 13 | Aug 9th, 2004 13:02 |
| User login by ASP.net | redkyna | ASP.NET Forum | 3 | Aug 9th, 2004 09:36 |