Or you could use cookies. If users has a cookie, he is already logged in. so do not log him in again just continue with what content he was supposed to receive. Otherwise login the users. This way even if the users closed the browser without loggin out he would still retain his login info till the cookie is valid Any tool is only as good as you can use it!! (http://www.pascalnet.tk)
User 1200622
Posts
-
multiple login in an asp application -
multiple login in an asp applicationKeep a database and check if the user is already logged in. Any tool is only as good as you can use it!! (http://www.pascalnet.tk)
-
renewing a document.writeHave you tried . I think they can effectively solve your problem. Any tool is only as good as you can use it!! (http://www.pascalnet.tk)</x-turndown>
-
CSS Tables - Simple questionYes. When you specify that will work for your entire table. But when you want to use a different style for some cells you will have to specify
tag in your style sheet. Then every
would take that style. like: td { color: #FF0000; } And yes this was a really simple question, CAUSE I WAS ABLE TO ANSWER IT. Any tool is only as good as you can use it!! (http://www.pascalnet.tk)
-
how can i get element's content by css?if i am right, the latest version of Opera supports css2.1 You could use it to try out your scripts but i would suggest that you wait till it is more standardised (IE begins to support it):-D Whats the use if your code does not work on your clients PC. Any tool is only as good as you can use it!! (http://www.pascalnet.tk)
-
getting apache username with php/pythonThis is pretty simple. once you have verified that your user is logged in, you can find his ip from the $ip=$_SERVER['REMOTE_ADDR']; Now you can store this $ip in a database to keep track of your users. One glitch though, your users may want to access your site contents from different pcs the ip would change in this case. Also modem users get a new ip every time they log in. So dont just ban users who have multiple IPs Any tool is only as good as you can use it!! (http://www.pascalnet.tk)
-
Web DevelopmentIf you know programming and want to get a fast start go for PHP; Easy to learn and highly efficient. You can do 80% of the work by knowing just 20% of the language. But that would be on the server side. For the client you would like to know things like javascripts, HTML/DHTML I myself prefer to use HTML/CSS and a little of javascripts Any tool is only as good as you can use it!! (http://www.pascalnet.tk)