Rather than sticking them on a URL why not do a form post via a cfm page to your .net page
If you run a 'hidden' cfm page that simply converts the session value into a form field and then imediately posts the form using a javascript submit() command then session value is hidden from the user and cannot be accessed by selecting 'view source'. I had to do this when a graphic designer decided to dabble in asp - he built part of a site in asp and I had to incorporate this into an existing cfm site worked well for what we needed. Rob -----Original Message----- From: Knott, Brian <[EMAIL PROTECTED]> To: CFAussie Mailing List <[EMAIL PROTECTED]> Date: Wednesday, February 12, 2003 9:34 AM Subject: [cfaussie] Re: Can Coldfusion talk to .Net? >I've passed variables to ASP before just by appending them to an ASP url, >then ASP can read the url variables. Should also work for .NET. No reason >why you could not use an auto submit form either. > >Brian > >-----Original Message----- >From: Tim Donovan [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, 12 February 2003 8:34 AM >To: CFAussie Mailing List >Subject: [cfaussie] Re: Can Coldfusion talk to .Net? > > >Thanks Andrew....but is that the only type of variable you can use?....you >can't just call 'session.authenticated'? > >"Andrew Muller" <[EMAIL PROTECTED]> wrote in message >news:22947@cfaussie... >> >> Tim >> >> What about setting a cookie. >> >> Andrew >> >> Tim Donovan wrote: >> > Hi everyone.... >> > I need to send a session variable to another server running .Net system >to >> > let it know that the user has already loged on so they don't need to >login >> > again. >> > Can I do this?.....and if so pleeeeeeeeeeeeeease tell me how. >> > >> > Thanks >> > -- >> > Tim Donovan >> > Web/Graphics Coordinator >> > CRC Reef Research Centre >> > www.reef.crc.org.au >> > (07) 4729 8403 >> > (07) 4729 8499 >> > >> > >> > >> > >> >> >> > > > >--- >You are currently subscribed to cfaussie as: [EMAIL PROTECTED] >To unsubscribe send a blank email to [EMAIL PROTECTED] > >MX Downunder AsiaPac DevCon - http://mxdu.com/ > >--- >You are currently subscribed to cfaussie as: [EMAIL PROTECTED] >To unsubscribe send a blank email to [EMAIL PROTECTED] > >MX Downunder AsiaPac DevCon - http://mxdu.com/ > --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
