View Single Post
Old 01-07-2008   #4 (permalink)
Tiago Halm
Guest
 
Posts: n/a

Re: WCF Secure Session Key Renewal best practice?

Markus,

Thanks for the update, it definitely seems a good alternative.

Tiago Halm

"Markus Leder" <MarkusLeder@xxxxxx> wrote in message
news:12A6902C-AD01-462D-9A46-81C01A7B5652@xxxxxx
Quote:

> The update my information here:
>
> Yes, the session is automatically renewed and authenticated. I implemented
> a
> "keep-alive" watch-dog functionality calling the service from the client
> periodically when not other calls are made for a long time.
>
> So this may be a best practice.
>
> "Markus Leder" wrote:
>
Quote:

>> Thanks for your feedback, Tiago. Keeping the session alive from the
>> client's
>> side with periodic request, I also thought this to be a solution.
>>
>> However, I have to try this out, as I find no further information on
>> automatic (or programatic) session key renewal. Well, this may work out
>> of
>> the box. I will keep you updated on this - after christmas holidays :-)
>>
>> Markus