473,401 Members | 2,125 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,401 software developers and data experts.

Best way to pass XML between web pages.

just one more question ....

I have written as asp.net application which reads from XML. I need to
have XML available between pages.

What is the best and most secure way of doing this ??

my systems manager has told me that i cannot use session state due to
security issues.
Any help appreciated

CG

Nov 19 '05 #1
3 1206
Well, if you can't session it, you left with Caching it or Reading from the
source again.

Caching it can be used if its not user specific.
Reading it from the source again is less efficient.

again, HTH

"csgraham74" <cs********@hotmail.com> wrote in message
news:11**********************@o13g2000cwo.googlegr oups.com...
just one more question ....

I have written as asp.net application which reads from XML. I need to
have XML available between pages.

What is the best and most secure way of doing this ??

my systems manager has told me that i cannot use session state due to
security issues.
Any help appreciated

CG

Nov 19 '05 #2
What do you mean by have XML available btw pages..
Pls elaborate
Patrick

"csgraham74" <cs********@hotmail.com> wrote in message
news:11**********************@o13g2000cwo.googlegr oups.com...
just one more question ....

I have written as asp.net application which reads from XML. I need to
have XML available between pages.

What is the best and most secure way of doing this ??

my systems manager has told me that i cannot use session state due to
security issues.
Any help appreciated

CG

Nov 19 '05 #3
csgraham74 wrote:
my systems manager has told me that i cannot use session state due to
security issues.


And what would be his suggestion to store client-specific temporary data
(the things you would usually put in Session)? Cookies? Transfer over
querystring or hidden fields? Or do your own session management
in some database?

Hans Kesting
Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

131
by: Peter Foti | last post by:
Simple question... which is better to use for defining font sizes and why? px and em seem to be the leading candidates. I know what the general answer is going to be, but I'm hoping to ultimately...
1
by: mike | last post by:
Hello all, any advice or links to pages about how to have multiple language asp pages? For example, you have a database driven website that you want customers around the world to use. How do...
8
by: Ian Davies | last post by:
Hello I am trying to run a few INSERT queries only if the user clicks 'continue' in a <a href> The queries takes variables created from SELECT queries. I have tried to acheive this by putting The...
8
by: darrel | last post by:
I'm still trying to fully understand how best to pass variables between pages/usercontrols/each other. On a current site I've done, I've had one userControl do the logic and set the variable,...
3
by: hugo.flores | last post by:
Hello all. I want to know what would be the best way to pass information between pages in ASP.NET? Querystring, seession variables, server transfer? If possible if anyone can list...
1
by: Annie | last post by:
hello all, I need to have access to some details in all my pages eg a Person object. what is the best way to do it? store in session object? or pass them through the QueryString or Application...
12
by: Perre Van Wilrijk | last post by:
Hi there, When I started using VB6, I used to write classes with properties and functions as following ... Private lngf1 As Long Private strf2 As String Public Property Get f1() As Long...
5
by: rockdale | last post by:
Hi, all: I have a website with its own login page. Now one of my clients want their employees log into my website from their website. They want to have their login page (look and feel are...
3
by: at_the_gonq | last post by:
Hello, I am hoping to get some guidance on the following scenerio: I have a password protected site where users have various permissions. Are sessions the best way of storing the user's id? ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.