+ Reply to Thread
Results 1 to 2 of 2

Thread: Http Session Creation

  1. #1
    pryjda is offline Junior Member pryjda is on a distinguished road
    Join Date
    Mar 2009
    Location
    twin cities
    Posts
    1
    Rep Power
    0

    Http Session Creation

    I'm wondering if i can accomplish a specific tack with Ajax.
    being very new to the technology, I am still trying to harness the power.
    if this is not possible i would like to know so I'm not wasting anyone's time

    i have 2 web domains, one static and one dynamic running on websphere 6.
    i wan to be able to make links form the static site in to a specific URL on the application server.

    the problem is the web application requires an active session before the links from the static site will work. (this session, when created sets up contracted pricing and specific page layouts)

    is it possible to use Ajax to create a session on a different domain at the same time the static site loads pages. regardless of how the static site is accessed, then check to see if a session exists if not create one?
    when all my links will work.


    if anyone is serious about looking into this further, please respond to this post and i will re post with live examples:

    thank you all for taking a moment to look this over.
    any enlightenment would be greatly appreciated.

  2. #2
    gaauspawcscwc is offline Junior Member gaauspawcscwc is on a distinguished road
    Join Date
    Jul 2010
    Posts
    16
    Rep Power
    0
    onload static page you can send an ajax request to another domain.
    the URL you send should be call a servlets. and in this servlet you can create a session in this domain

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. HTTP web service
    By carlos martin d in forum AJAX Web Services
    Replies: 1
    Last Post: 12-24-2008, 02:08 AM
  2. Beyond HTTP
    By microbee in forum AJAX Help
    Replies: 0
    Last Post: 01-31-2007, 06:34 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts