[
https://issues.apache.org/jira/browse/FTPSERVER-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sai Pullabhotla updated FTPSERVER-252:
--------------------------------------
Description:
Add a new method to the FtpSession to return a unique session ID of a
particular FTP session. It is important that these generated session IDs are
unique for the entire life of an FTP server installation, i.e., a given install
of the FTP server should never generate a duplicate session ID. If we want to
think one more step ahead, it may not be a bad idea to even use UUIDs if we
plan on running the server clusters for load balancing and fail over. More
information about this can be found at -
http://www.mail-archive.com/[email protected]/msg00512.html.
was:
Add a new method to the FtpSession to return a unique session ID of a
particular FTP session. It is important that these generated session IDs are
unique for the entire life of an FTP server installation, i.e., a given install
of the FTP server should never generate a duplicate session ID. More
information about this can be found at -
http://www.mail-archive.com/[email protected]/msg00512.html.
> Maintain a session ID for every client session and make it available via an
> API call
> ------------------------------------------------------------------------------------
>
> Key: FTPSERVER-252
> URL: https://issues.apache.org/jira/browse/FTPSERVER-252
> Project: FtpServer
> Issue Type: New Feature
> Components: Core, Ftplets
> Reporter: Sai Pullabhotla
> Fix For: 1.1
>
>
> Add a new method to the FtpSession to return a unique session ID of a
> particular FTP session. It is important that these generated session IDs are
> unique for the entire life of an FTP server installation, i.e., a given
> install of the FTP server should never generate a duplicate session ID. If we
> want to think one more step ahead, it may not be a bad idea to even use UUIDs
> if we plan on running the server clusters for load balancing and fail over.
> More information about this can be found at -
> http://www.mail-archive.com/[email protected]/msg00512.html.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.