This is the code i have found on a website to handle sessions.
function doodle(){
//Verify
if($_SESSION['expire'] > mktime())
{
unset($_SESSION['s_user_id']);
session_destroy();
}// End if
}
session_start();
doodle();
if (isset($_SESSION['s_user_id'])) {
// Members...
Hello,
I have been searching a lot to find a solution how to handle session in my web site developed in PHP.
All i want to do is:
1) Expire a session if user user's session is idle for like 2 minutes.
2) To verify on each page is the user is logged on proerly through login page.
I have...
Hi Guys,
I am facing this problem for some days now and looking for your kind help.
I am using forms 6i to develop my forms and have deploy them on web using 9i Applicatiion server.
In one of my form i need to send an e-mail to the given address by the user and i also want to add...
Hi Guys,
I am using forms 6i, database 9i release 1 and application server 9iAS.
I have deployed my application on web using 9iAS.
I want to design such a form thru which i can give user option that he can select the file from his own/client system and copy/upload them on a directory on our...
hi,
i am using forms6i and 9iAS for deployment of forms.
i tried to use d2kwutility and the code i used is:
DECLARE
OS_USER_NAME VARCHAR2(60);
MACH_NAME VARCHAR2(100);
BEGIN
OS_USER_NAME := win_api_environment.get_windows_username(toBoolean('Y'));
MACH_NAME :=...
Hi!
The error with details are as follows:
FRM-92120: Registry file http://122.10.11.39/forms60java/oracle/forms/registry/registry.dat is missing.
Details…
Java Exception:
Oracle.forms.engine.RunformException:FRM-92120:Registry file...
Hi,
Can't we pass lexical references to run_report_object via parameter list?
When I pass parameter list including lexical reference to Run_report_object, the report fails. However built-in parameters like PARAMFORM=NO works fine.
Is there a special way of passing lexical references through...
Thanks a lot friend, but how to call this procedure in my button on the form that runs the report??
I am doing it like this
RUN_REPORT();
and when i click the button no result :( where is the mistake?
regards, Imran
Hi,
we have developed our forms and reports in Developer 6i and we want to run them through web and we are using 9i Application server for this purpose.
Our forms are running but reports are not. In client/Server environment we were using RUN_PRODUCT builtin to run our reports. Can anyone send...
Hi,
we have developed our forms and reports in Developer 6i and we want to run them through web and we are using 9i Application server for this purpose.
Our forms are running but reports are not. In client/Server environment we were using RUN_PRODUCT builtin to run our reports. Can anyone send...
Hi Friends,
I am trying to install 9iAS Release 1 on a P-4 2.4GHz W2K server with sp 4, 1GB RAM.
When iSetup.exe is invoked, the mouse pointer changes to hour glass for some time but nothing happens (no welcome screen, no wizard).
Inoking exe the second time displays a message that the setup...
hi friends,
i want to store number of records fetched by a cursor in my pl/sql code for later user in the same program unit.
like i have a cursor that fetch the following records for the columns
Employee_ID, Ded_ID, Ded_Date, Ded_Amount
14210, 1, 12-Mar-03, 200
14210, 1, 14-Mar-03, 400
10060...
Voice & Data communication in such a way that 1 pair goes to PABX
and 2 Pairs goes to patch Panel .
Has Anyone used it?
Any Suggestion/comments.
Regards,
Imran
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.