by: Arnaud |
last post by:
Hi !
I would like to propagate data between php pages, in two cases :
the pages are read by :
1- Internet Explorer
It's ok, data are writen in one page, and read from another. I don't use...
|
by: Michael Satterwhite |
last post by:
I'm trying to get a better feel for exactly how sessions work.
At the beginning of a web page, I do either a session_start() or a
session_register(...). When the user goes to the next page, I...
|
by: thinkfr33ly |
last post by:
I have a WAP site powered by ASP.NET Mobile controls. We're using
cookieless sessions and have an F5 Load Balancer that balances the load
between two web servers.
Every once in a while we'll get...
|
by: JuneT |
last post by:
Has anyone encountered the error as follows:
"The page requires session state that is no longer available. Either the
session has expired, the client did not send a valid session cookie, or the...
|
by: JJ |
last post by:
I have an asp.net 1.1 app I wrote using the Mobile Controls.
I changed the timeout attribute in sessionState in web.config from the
default of 20 to 1440:
<sessionState
mode="InProc"...
|
by: jhagerty |
last post by:
Hi all, I have an asp.net 1.1 web app that uses mobile controls and forms
authentication. I recently added a "remember me" functionality, allowing the
user to stay logged into the site between...
|
by: raghav |
last post by:
Hi all
I am having a SP which is returning a value......Now I have to store
that value
in session...I saw some examples in msdn lib ---->
string Name=string.Empty;
Session=Name.ToString();
...
|
by: =?Utf-8?B?QWxleCBNYWdoZW4=?= |
last post by:
When I configure an ASPX Mobile website and I set cookieless Sessions, it
results in that key being inserted and passed around from page to page in the
URL. This is fine except for one thing: It...
|
by: ajtrichards |
last post by:
I have a web application that uses $_SESSION; to see if
the session is logged in.
Everything works fine when using an internet browser (Firefox, IE,
Flock, Safari) but when I try to access the...
|
by: libish |
last post by:
hi all...
is there any option to add session variable in windows mobile...
in my application for windows mobile 5 , if it is possible to add a session variable then it would have been helpful to...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: DJRhino |
last post by:
Was curious if anyone else was having this same issue or not....
I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: Aliciasmith |
last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
|
by: tracyyun |
last post by:
Hello everyone,
I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
|
by: NeoPa |
last post by:
Hello everyone.
I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report).
I know it can be done by selecting :...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
|
by: GKJR |
last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...
|