[ic] Maintaining Session

Ed LaFrance interchange-users@interchange.redhat.com
Wed Oct 17 12:26:01 2001


At 10:22 AM 10/17/2001 -0500, you wrote:
>hi,
>     thanks ed.  but i'm sending the data to the external server in
>javascript.  so if i try to send [data session id] as a hidden element in
>post method, it gives error.  can u suggest what should i do to overcome
>this.
>
>thanks in advance.
>joy

I'd have to see your code.  If you include javascript on the IC page, IC 
will parse all ITL before the javascript is executed, so

var session_id = '[data session id]';

in your javascript should put the session id in a variable, if you want to 
try it that way.

- Ed L.




>----- Original Message -----
>From: Ed LaFrance <edl@newmediaems.com>
>To: <interchange-users@interchange.redhat.com>
>Sent: Tuesday, October 16, 2001 10:54 AM
>Subject: Re: [ic] Maintaining Session
>
>
> > At 07:04 PM 10/16/2001 -0500, you wrote:
> > >hi all,
> > >         how can we maintain the session using ITL, when we send and
>process
> > >data from interchange to an external server(in a separate window).
> > >
> > >thanks in advance.
> > >joy.
> >
> > Send the session id to the remote process in a cgi string:
> >
> > http://www.someurl.com/some/path/page.html?id=nnnnnnnn
> >
> > ...where 'nnnnnnnn' is the 8-character IC session id; you can invoke it
> > with [data session id] when building your remote url.  Then just tack in
> > into your return-to-catalog url.
> >
> > - Ed L.
> >
> >
> > >----- Original Message -----
> > >From: Fiber Connect <fctmaillist@megasoft.com>
> > >To: <interchange-users@interchange.redhat.com>
> > >Sent: Monday, October 15, 2001 8:27 AM
> > >Subject: Re: [ic] Documents
> > >
> > >
> > > > > hi All,
> > > > >      Its feels really exciting to be a part of this list. Iam a new
> > > > entrant
> > > > > into the world of interchange.
> > > > > My current job involves into understanding Interchange, its
> > > > functionalities
> > > > > the tables that gets
> > > > > populated with respective data and maybe prepare an analysis report
>of
> > > > what
> > > > > is available
> > > > > from Interchange apropos to my requirement and maybe need to design
>more
> > > > > features and
> > > > > functions in accordance to the requirements.
> > > > >
> > > > > Iam currently lookin for some functional documents that specify in
>clear
> > > > of
> > > > > what each and
> > > > > every option of interchange Admin interface allows me to do and
>where
> > > > these
> > > > > data are getting
> > > > > reflected at the tables.
> > > > > FYI, i have confiugred PostgreSQL as my database.
> > > > >
> > > > > Lookin for immense help from this list.
> > > > >
> > > > > Thnx in advance,
> > > > > Balaji
> > > > >
> > > > > _______________________________________________
> > > > > interchange-users mailing list
> > > > > interchange-users@interchange.redhat.com
> > > > > http://interchange.redhat.com/mailman/listinfo/interchange-users
> > > >
> > > > _______________________________________________
> > > > interchange-users mailing list
> > > > interchange-users@interchange.redhat.com
> > > > http://interchange.redhat.com/mailman/listinfo/interchange-users
> > >
> > >_______________________________________________
> > >interchange-users mailing list
> > >interchange-users@interchange.redhat.com
> > >http://interchange.redhat.com/mailman/listinfo/interchange-users
> >
> > ===============================================================
> > New Media E.M.S.               Software Solutions for Business
> > 463 Main St., Suite D          eCommerce | Consulting | Hosting
> > Placerville, CA  95667         edl@newmediaems.com
> > (530) 622-9421                 http://www.newmediaems.com
> > (866) 519-4680 Toll-Free       (530) 622-9426 Fax
> > ===============================================================
> >
> > _______________________________________________
> > interchange-users mailing list
> > interchange-users@interchange.redhat.com
> > http://interchange.redhat.com/mailman/listinfo/interchange-users
>
>_______________________________________________
>interchange-users mailing list
>interchange-users@interchange.redhat.com
>http://interchange.redhat.com/mailman/listinfo/interchange-users

===============================================================
New Media E.M.S.               Software Solutions for Business
463 Main St., Suite D          eCommerce | Consulting | Hosting
Placerville, CA  95667         edl@newmediaems.com
(530) 622-9421                 http://www.newmediaems.com
(866) 519-4680 Toll-Free       (530) 622-9426 Fax
===============================================================