Print Page | Close Window

ASP Session object in WAP

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=1362
Printed Date: 31 March 2026 at 6:31am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: ASP Session object in WAP
Posted By: waqasahmedch
Subject: ASP Session object in WAP
Date Posted: 26 March 2003 at 6:06am

hy guys,

i m getting problem in ASP session object.
on my first page i write this ....
<%
  session ("uid") = "waqas"
  response.redirect ("p2.asp")

%>

on p2.asp that sends wml code to client or any cell phone...
<% response.contentType="text/vnd.wap.wml"%>

<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"'>http://www.wapforum.org/DTD/wml_1.1.xml">
<!-- If WML 1.2 features are required, then use the following DOCTYPE instead:>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.2//EN" "http://www.wapforum.org/DTD/wml12.dtd"'>http://www.wapforum.org/DTD/wml12.dtd">
<!Developed @ Comsoft Computer Consultants>
<!Developed By Waqas Ahmed Ch.>
-->

<wml>
<card id="test" title="test">
<p> <%= session("uid") %></p></card></wml>

but it prints nothign .......

any body help me in this regard,




Replies:
Posted By: tdaugharty
Date Posted: 09 October 2003 at 8:56pm
Is this for WAP (Cell) Display? I hope so. I'd like to offer forums over WAP.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net