473,396 Members | 2,003 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,396 software developers and data experts.

Pass long string variable to another website ???

Hello everyone !

Is there any way to pass session variables between two websites ( diff domains) ?

I've two websites and I want to integrate them.

I used to use the querystring but there is a limit to length of the querystring.

I've tried ASP-TEAR but I doubt it can work.

Is there any other way to pass any variable to another website.

Thanks in advance for any suggestions.
Jul 19 '05 #1
2 2339
If they are on the same server or share same local network, you can pass the
values using an intermediate "staging area" such as SQL server. If the
servers are apart, then you could pass values via quertyString/form. Or, you
could get real fancy and just pass a token, and let the other site pull the
value using a web service.

--
Manohar Kamath
Editor, .netWire
www.dotnetwire.com
"HelLind" <u8******@cc.nctu.edu.tw> wrote in message
news:9a**************************@posting.google.c om...
Hello everyone !

Is there any way to pass session variables between two websites ( diff domains) ?
I've two websites and I want to integrate them.

I used to use the querystring but there is a limit to length of the querystring.
I've tried ASP-TEAR but I doubt it can work.

Is there any other way to pass any variable to another website.

Thanks in advance for any suggestions.

Jul 19 '05 #2

"HelLind" <u8******@cc.nctu.edu.tw> wrote in message
news:9a**************************@posting.google.c om...
Hello everyone !

Is there any way to pass session variables between two websites ( diff domains) ?
I've two websites and I want to integrate them.

I used to use the querystring but there is a limit to length of the querystring.
I've tried ASP-TEAR but I doubt it can work.

Is there any other way to pass any variable to another website.

Hidden fields in a form? (I don't know the exact restriction for the length,
though.)

Thanks in advance for any suggestions.

Jul 19 '05 #3

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

Similar topics

2
by: Unregistered | last post by:
How do i pass info into another website which is not mine into a popu window Unregistered ----------------------------------------------------------------------- Posted via...
7
by: Zlatko Matić | last post by:
Let's assume that we have a database on some SQL server (let it be MS SQL Server) and that we want to execute some parameterized query as a pass.through query. How can we pass parameters to the...
1
by: sara | last post by:
I am learning how to use simple functions to make my apps more powerful and efficient. On one screen, I want to populate field B: ItemDescription by looking up the ItemDescription in the Items...
5
by: David++ | last post by:
Hi folks, I would be interested to hear peoples views on whether or not 'pass by reference' is allowed when using a Web Service method. The thing that troubles me about pass-by-reference into...
28
by: Bill | last post by:
Hello All, I am trying to pass a struct to a function. How would that best be accomplished? Thanks, Bill
12
by: Kevin Blount | last post by:
I'm having a very odd issue, that arose this morning after working fine yesterday... here's a very simple script: 1: <?php 2: $test = $_GET; 3: echo "Hello" . $test . "<p>"; 4: ?>
1
by: Doogster | last post by:
Hi folks This is a bit of a long shot, but does anyone know how to pass a date variable into an Oralce SQL string in VBA. Here's an example of the string: SQLCommand.CommandText = "SELECT...
13
by: magickarle | last post by:
Hi, I got a pass-through query (that takes about 15 mins to process) I would like to integrate variables to it. IE: something simple: Select EmplID from empl_Lst where empl_lst.timestamp between...
12
by: raylopez99 | last post by:
Keywords: scope resolution, passing classes between parent and child forms, parameter constructor method, normal constructor, default constructor, forward reference, sharing classes between forms....
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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.