Forum Moderators: phranque

Message Too Old, No Replies

Suggest a session technology to develop a web application

Our Application is build on Mod_PL/SQL, but it has some limitations as :

         

Sridevi

7:05 am on Feb 6, 2009 (gmt 0)

10+ Year Member



Cuurnetly I am working on a Web Application that is build on HTML,CSS,PL/SQL.In the application the database connectivity is carried out via BASIC AUTHENTICATION.

BASIC AUTHENTICATION is supported by all popular web browsers but its functionality is dependent on browsers.
The User session can be killed in IE where as in Mozilla/Netscape though the Users session is destroyed, it is restoring the old session.

I am unable to use session variables for thr application in PL/SQL packages.

Can any one suggest me the other technologies through which i can overcome the limitations of my application.

phranque

10:22 pm on Feb 17, 2009 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



welcome to WebmasterWorld [webmasterworld.com], Sridevi!

have you investigated the use of cookies?

Sridevi

5:18 am on Feb 18, 2009 (gmt 0)

10+ Year Member



Thanks a lot for your reply:):)

I tried to implement cookies to avoid session variables but they are not supported in our version of Mod_PL/SQL.

Moreover Basic Authentication behaviour is not compatible in all browsers when I am trying to kill the session Build for the Corresponding window.

phranque

6:30 am on Feb 18, 2009 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



the only other method i can think of is a hidden form parameter with a unique session value.