Hi,
Is there a way to generate the session ID myself instead of servlet engin generating it?
I am developing a web site that users must login to access it. I want to prevent users from open...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_20279454.html
Zones:
JSPDate Answered: 03/22/2002 Grade: A Views: 0
hello there,
i have a java swing application to which i am trying to add auditing feature to the application.it will audit when the user logs into the site till he/she closes the application.n...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21993030.html
Zones:
JavaDate Answered: 09/18/2006 Grade: A Views: 0
as i know i can set the web.config - sessionstate for cookieless = true to keep track the session for each time i open a link..
but how can i check the session id is euqal to the session that is t...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20809907.html
Zones:
.NETDate Answered: 02/11/2004 Grade: A Views: 0
Have googled around but can't seem to find an answer. Need to store the asp.net session ID in a sql server table but I can't work out the best datatype to store it with. From what I've been able ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21190964.html
HI,
We have a very long string containing values such as :-
src=\"/MyWebApp/(bvbdud3jghxbif452frzoarl)/MyWebForm.aspx\"
I would like to remove the reference to the session ID but are unsur...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21388483.html
Zones:
JavaScriptDate Answered: 04/14/2005 Grade: A Views: 0
What is the industry standard/professional way to extract JSESSIONID=SESSION from document.cookie?
so that finally SESSION is var "session_id"?
Pretty much so that most possible browsers are su...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21408909.html
Zones:
JavaScriptDate Answered: 05/04/2005 Grade: A Views: 0
To make a long explanation short; I have a encryption/upload engine that resides on the clients side and need a way to transport their password from server to client without posing a risk of someon...
http://www.experts-exchange.com/Security/Misc/Q_21638667.html
Zones:
Security,
IPSecDate Answered: 11/23/2005 Grade: A Views: 0
The ASP code that will be discussed below and is written in jacascript works correctly in my test environment but works incorrectly when uploaded to my hosting service. On my test environment, the...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_22771677.htm...
Zones:
ASPDate Answered: 08/18/2007 Grade: A Views: 38
Hello,
i have a script that will add, delete, login, and logout users to my site. i need to be able to store their username in something like a session. i would like it to store the users userna...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20561531.htm...
Zones:
PHPDate Answered: 03/24/2003 Grade: A Views: 0
When the user logs in it has a session string. then he closes the windows and enters again and he is still with the same session id. I want a new one each the page is loaded.
Private Sub Pa...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21368700.html