473,586 Members | 2,792 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2356
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.nc tu.edu.tw> wrote in message
news:9a******** *************** ***@posting.goo gle.com...
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.nc tu.edu.tw> wrote in message
news:9a******** *************** ***@posting.goo gle.com...
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
1611
by: Unregistered | last post by:
How do i pass info into another website which is not mine into a popu window Unregistered ----------------------------------------------------------------------- Posted via http://www.forum4designers.co ----------------------------------------------------------------------- View this thread: http://www.forum4designers.com/message27841.htm
7
21604
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 server ? Is it possible to use parameters in pass-through queries ? An additional question: Is it possible to connect to a database on MySQL or...
1
6100
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 Table. I would use the key to the Items Table from the selection the user made in the combo box. SO: User chooses an item from the combo box...
5
7809
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 a WebService is that essentially we are passing an address of an object which resides on the 'local machine' i.e. a local machine object address....
28
4691
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
2154
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
13578
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 T104F005_EMPLOYEE_NO, " & _ "to_char(T104F025_DATE_EFFECTIVE, 'DD/MM/YYYY'), " & _ "from DATABASE.T104_EMPLOYMENT_HISTORY " & _ "where...
13
3712
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 !! And !! Not sure how to do so (should it be a query in Access or a macro) The connection would be ODBC.
12
11048
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. Here is a newbie mistake that I found myself doing (as a newbie), and that even a master programmer, the guru of this forum, Jon Skeet, missed!...
0
7908
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7836
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8212
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6606
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5710
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3835
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3863
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1447
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1175
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.