Ask a Question related to ASP.NET General, Design and Development.
-
Jim Cheshire #1
RE: Another Session Variables question
Hi Rod,
If you're crossing application boundaries, you won't be able to share
session state. You can, however, send along some information in a hidden
form field and grab it back in the Request.Form collection.
If you are NOT crossing application boundaries but are simply trying to
share session state between ASP and ASP.NET, this article might help you:
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html[/url]
/converttoaspnet.asp
Jim Cheshire
Developer Support
ASP.NET
[email]jamesche@online.microsoft.com[/email]
This post is provided as-is with no warranties and confers no rights.
--------------------app.>From: "Rod" <rodulforg@hotmail.com>
>Subject: Another Session Variables question
>Date: Fri, 7 Dec 2001 12:48:17 -0600
>Lines: 36
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2462.0000
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000
>Message-ID: <utXLz80fBHA.2080@tkmsftngp07>
>Newsgroups: microsoft.public.dotnet.framework.aspnet
>NNTP-Posting-Host: 200.53.94.130
>Path: cpmsftngxa09!cpmsftngxa07!tkmsftngp01!tkmsftngp07
>Xref: cpmsftngxa09 microsoft.public.dotnet.framework.aspnet:21261
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>
>Hi there!
>
>I cant find the way to pass some data trough some ASP.NET pages.
>
>Now I have an app in tradicional ASPīs, from there I call a new ASP.NETapp.>I have some variable session in the ASP app, and what I need is to set the
>value of one of this varibales with the value that I get in the ASP.NET>
>I have inside the form :
><form id="Form1" method="post" runat="server">
>
>The button:
><asp:Button Runat="server" ID="Btn_Enviar" Text="Enviar"
>OnClick="OnClickBtn_Enviar" Visible="True">
>
>And inside the function "OnClickBtn_Enviar" I redirect to the ASP app:
>Response.Redirect([url]http://localhost/webfax/envio_fax/verifica.asp[/url])
>
>
>
>How can I send to Verifica.asp a value via a post?
>
>Or there is another way to set that Session Variable Value?
>
>
>
>Thanks in advance!!
>
>
>
>Rod
>
>
>
>
>
>Jim Cheshire Guest
-
#39833 [NEW]: Session variables overwritten by local variables (register_globals=off)
From: sup1382 at accedo dot es Operating system: OpenBSD 3.9 PHP version: 5.2.0 PHP Bug Type: Session related Bug... -
#39447 [NEW]: Want to optionally handle apc_upload_progress variables using session variables
From: krudtaa at yahoo dot com Operating system: All PHP version: 5.2.0 PHP Bug Type: Feature/Change Request Bug... -
QUESTION ON SESSION VARIABLES
Hi there.... i got a quick one for you guys. i've this session variable that is updated by calling a server method (i set this value when the user... -
Session problem when setting session variables in files that are in different directories
I am running PHP 4.3.0 on a WinXPpro machine and I recently got problem with sessions. What I am building is a loginsystem and I need to save... -
variables that change session variables
Hi, I'm currently writing a mulit-page form app that uses a session to retain data from each form element in order for the user to jump between...



Reply With Quote

